-
-
Notifications
You must be signed in to change notification settings - Fork 443
[TC-407][TC-406] Integrate Julian's X8 Updates #720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
aliphys
merged 79 commits into
aliphys/X8DSImprovements
from
jcarolinares/portentax8-update
Dec 7, 2022
Merged
[TC-407][TC-406] Integrate Julian's X8 Updates #720
aliphys
merged 79 commits into
aliphys/X8DSImprovements
from
jcarolinares/portentax8-update
Dec 7, 2022
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit e563e57.
…ture Some Arduino boards have a bootloader that allows them to be recovered from a "soft bricked" state by pressing the reset button twice. The bootloader on the boards which do not have a native USB capability don't recognize this double reset. The reason is because the "soft bricked" state is specific to the native USB boards, so boards without native USB have no need for this recovery capability. Previously, bootloader support for double reset was claimed for several boards which do not have such a bootloader. Since these boards do not have or need any sort of "board recovery" system, the "Board Recovery" section is removed entirely from their datasheets
[MKC-748] Update Alexa IoTC docs
Fix some grammatical errors in ReadAnalogVoltage.md
Remove "Board Recovery" section from datasheets of boards without feature
- Add Opta to the IoTC getting started page under "Ethernet" hardware - Please note, since it is not released yet, a note is added to explain this.
Alexa tutorial link fix
Typo in link for video in the tutorial
…package-fix Datasheet renderer new integration: Fix and update npm package info [PC-999]
fixing wrong assets
Remove the possibility of having multiple board configurations
…persian Add Persian to the comic section
- Added Portenta MC + Nicla Vision to OTA guide - Added Portenta MC to getting started guide
[MKC-776] Add boards to OTA docs
* VSC Tasks: Fix spell-checker fixer and fix-issues linter * Add spell-check fix for windows * Fix fix-issues script imports * Use content-lint v1.1.3
Nicla Family: Schematics Update [PC-1016]
[MKC-550] FPGA article fix
Fix article Update article's tags
extra space, formatting titles
…persian url not working [EDC-1054]
…ble-dashboard/content.md Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>
…ble-dashboard/content.md Co-authored-by: Julián Caro Linares <jcarolinares@gmail.com>
Nicla Sense ME: Displaying on-Board Sensor Values on a WebBLE Dashboard Tutorial Inspection [PC-1049]
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What This PR Changes
Contribution Guidelines